FindLast<TTarget>() Method
Searches for an that matches the specified type TTarget and matches the conditions defined by the specified predicate, and returns the last occurrence within the entire collection.
public FindLast<>()
where TTarget:
'Declaration
Public Overloads Function FindLast(Of As )() As
'Usage
Dim instance As CollectionBase(Of T)
Dim value As
value = instance.FindLast(Of TTarget)()
Type Parameters
- TTarget
Return Value
The last that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type TTarget.